Defines a PDF document that formats flow content.
Initializes a new PDFFlowDocument object.
Initializes a new PDFFlowDocument object.
Adds a listener for the after flow content draw event.
Adds a listener for the before flow content draw event.
Adds a listener for the complete page event.
Adds new content to the document.
The content is laid out automatically in the available space and subsequent changes on the content have no effect.
Adds a listener for the create page event.
Adds a space after the last flow content.
Closes the current page no matter how much content has been added to it. Next content added to document will start on a new page.
Generates the document's table of contents.
Generates the document's table of contents.
Gets the javascript action to execute after the document is printed.
Gets the javascript action to execute after the document is saved.
Gets the available space on current page.
Gets the javascript action to execute before the document is closed.
Gets the javascript action to execute before the document is printed.
Gets the javascript action to execute before the document is saved.
Gets the COS document associated with this object.
Gets how the document should be displayed when opened in the viewer.
Gets the document information.
Gets the document security store.
Gets the list of file attachments embedded in this document.
Converts the flow document to a fixed document and returns it.
Gets the document headers and footers.
Gets the document ID.
Gets the JavaScript source code blocks.
Gets the document language.
Gets the document mark information.
Gets the action to execute when the document is opened.
Gets the document outline.
Gets the collection of output intents.
Gets the list of page labeling ranges in the PDF document.
Gets the document's page layout specifying how the pages should be displayed when opened.
Gets the structure element that serves as parent for the structure elements in the flow content objects.
By default, the creates a as parent for structure elements defined by the flow content objects. This element is a direct child of the structure element which represents the document and is the root of the structure tree.
The new parent applies only to flow content objects added to the document after this property has been set.
The structure element used as parent must be included explicitly in the document's structure tree.
This method supports the internal library infrastructure and should not be used by external client code.
Gets the PDF version of this PDFFlowDocument object.
Gets the document security handler.
Gets the document structure tree.
Gets the version extension.
Gets the document's viewer preferences.
Gets the XMP document metadata.
This method supports the internal library infrastructure and should not be used by external client code.
Loads a PDF file and returns either a fixed document or a portfolio depending on the PDF file type.
Removes a listener for the after flow content draw event.
Removes a listener for the before flow content draw event.
Removes a listener for the complete page event
Removes a listener for the create page event.
Saves the PDF document to the specified stream.
Sets the javascript action to execute after the document is printed.
Sets the javascript action to execute after the document is saved.
Sets the javascript action to execute before the document is closed.
Sets the javascript action to execute before the document is printed.
Sets the javascript action to execute before the document is saved.
Sets how the document should be displayed when opened in the viewer.
Sets the document information.
Sets the document security store.
Sets the document ID, a 32 byte identifier.
Sets the document language.
Sets the document mark information.
Sets the action to execute when the document is opened.
Sets the collection of output intents.
Sets the document's page layout specifying how the pages should be displayed when opened.
Sets the structure element that serves as parent for the structure elements in the flow content objects.
By default, the creates a as parent for structure elements defined by the flow content objects. This element is a direct child of the structure element which represents the document and is the root of the structure tree.
The new parent applies only to flow content objects added to the document after this property has been set.
The structure element used as parent must be included explicitly in the document's structure tree.
Sets the PDF version of this PDFFlowDocument object.
This method supports the internal library infrastructure and should not be used by external client code.
Sets the document structure tree.
Sets the version extension.
Sets the document's viewer preferences.
Sets the XMP document metadata.
Starts a new page no matter how much content has been added to current page.
This method supports the internal library infrastructure and should not be used by external client code.